/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
img {
    width: 100%;
}
.click {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: .9rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 0px;
    text-align: center;
    font-weight: 600;
}
button.btn {
    display: none;
}
.site-wrapper {
    height: 100vh;
    margin-top: -68px;
}
body .outer-wrapper {
    padding-top: 60px;
    margin: -60px auto 0px auto;
    padding-bottom: 60px;
    max-width: 1448px;
    height: calc (100vh + 60px);
    background: rgba(32,32,32, 1);
}
body .inner-wrapper {
    max-width: 1225px;
    margin: auto;
    background-color: rgba(255,255,255,1.00);
    padding-top: 0px;
}
.mobile-ul {
    margin-left: .5rem;
    margin-right: .5rem;
}
.menu-area {
    padding-top: 4px;
    margin-left: .3rem;
    margin-right: .3rem;
}
.text-wrapper {
}
.section-wrapper {
    margin-top: 10px;
    background-color: rgba(141,152,196,1.00);
    margin-left: .3rem;
    margin-right: .3rem;
    -webkit-box-shadow: -7px 8px 13px -5px rgba(50,50,50,1.00);
    box-shadow: -7px 8px 13px -5px rgba(50,50,50,1.00);
}
.section-wrapper.text-wrapper {
    background-color: rgba(141,152,196,1.00);
}
.text-wrapper {
    display: flex;
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: rgba(141,152,196,1.00);
}
.banner-1 {
    margin-right: 10px;
    background-color: rgba(141,152,196,1.00);
    font-size: 1.2rem;
    order: 1;
    padding: 20px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    border-radius: 20px;
}
.banner-2 {
    margin-right: 0px;
    order: 2;
    margin-left: 10px;
    display: flex;
    min-width: 400px;
    background-color: black;
    align-items: center;
    justify-content: flex-end;
}
.banner-2 img {
}
.column {
    -webkit-box-shadow: -4px 4px 7px -1px rgba(94,94,94,1.00);
    box-shadow: -4px 4px 7px -1px rgba(94,94,94,1.00);
}
.wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto;
    object-fit: cover;
    border-top: 5px white solid;
    margin-left: 15px;
    margin-right: 15px;
}
.wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Navigation Start	*/
.nav-wrapper {
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(141,152,196,1.00);
}
.logo {
    margin-top: .6rem;
    width: 275px;
    height: 30px;
}
.menu-area {
    background-color: white;
}
.menu-area a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    height: 50px;
    font-family: 'Inconsolata', monospace;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase
}
.menu-area a:hover {
    color: rgba(249,132,60,1.00);
}
.mobile-li-6 {
    cursor: default;
}
.menu-area ul {
    list-style: none;
    display: flex;
    margin-top: 0;
}
.menu-area li {
    position: relative;
    width: 100%;
    text-align: center;
}
.menu-area li:hover .dropdown-1 > li {
    top: 0;
    display: grid;
}
.dropdown-1 li {
    display: none;
    position: relative;
}
ul .dropdown-1 {
    background-color: rgba(212,220,230,1.00);
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-top: 0px;
    background-color: #fff;
}
.dropdown-1 li:hover .dropdown-2 li {
    display: block;
}
.dropdown-2 li {
    display: none;
}
.dropdown-2 {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
}
/*below .menu stops full screen nav from burger code from displaying*/
.menu {
    display: none;
}
/*below .nav stops display of hamburger at 481px*/
.nav {
    display: none;
}
.logo-mobile {
    display: none;
}
.card-6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    height: 3rem;
    background-color:rgba(32,32,32,1.00);
}
.card-6 p {
    font-size: 1rem;
	margin-top: 50px;
	color: aliceblue;
    text-align: center;
    align-self: center;
    line-height: 1rem;
}
.item-1 img {
    object-fit: cover;
    object-position: 100%;
}
.item-2 img {
    object-fit: cover;
    object-position: 80% 20%;
}
.item-3 img {
    object-fit: cover;
    object-position: 60% 40%;
}
.item-4 img {
    object-fit: cover;
    object-position: top left;
    margin-top: -10px;
}
.item-5 img {
    object-fit: cover;
    object-position: 0% 100%;
}
.item-7 img {
    object-fit: cover;
    object-position: 0% 100%;
    margin-top: 12px;
    padding-bottom: 15px
}
.item-8 img {
    object-fit: cover;
    object-position: 0% 100%;
}
.item-9 img {
    object-fit: cover;
    object-position: top left;
}
.item-10 img {
    object-fit: cover;
    object-position: 0% 100%;
}
.item-12 img {
    object-fit: cover;
    object-position: 38% 62%;
}
.item-13 img {
    object-fit: cover;
    object-position: 35% 65%;
}
.item-15 img {
    object-fit: cover;
    object-position: top left;
}
.item-18 img {
    object-fit: cover;
    object-position: 0% 100%;
}
.item-21 img {
    object-fit: cover;
    object-position: 30% 70%;
}
.item-22 img {
    object-fit: cover;
    object-position: 25% 75%;
}
.item-23 img {
    object-fit: cover;
    object-position: 10% 90%;
}
.item-25 img {
    object-fit: cover;
    object-position: 30% 70%;
}
.item-26 img {
    object-fit: cover;
    object-position: 15% 85%;
}

@media(max-width: 1448px) {
.dropdown-1 {
    margin-left: 18px;
}
}

@media (max-width:1250px) {
.dropdown-1 {
    margin-left: 15px;
}
}

@media (max-width:1225px) {
.scroll {
    position: fixed;
    right: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    top: 90%;
}
}

@media (min-width:1225px) {
.scroll {
    position: fixed;
    margin-left: 1185px;
    width: 40px;
    height: 40px;
    display: block;
    top: 90%;
}
}
.scroll:hover {
    background: rgba(75,75,75,1.00);
}
 @media(max-width: 1050px) {
 @media (max-width:1100px) {
 .dropdown-1 {
 margin-left:-5px;
}
}
@media (max-width:900px) {
 .dropdown-1 {
 margin-left:-25px;
}
}
 @media (max-width:850px) {
 .banner-1 {
 order:2;
}
 .banner-2 {
 order:1;
 margin-left: -10px;
}
 .section-wrapper {
 box-shadow: none;
}
 @media (max-width:750px) {
 .dropdown-1 {
 margin-left:-45px;
}
}
 @media (max-width:800px) {
 section.section-wrapper {
 margin-left: 0px;
 padding-left: 0px;
 background: white;
}
 .text-wrapper {
 flex-direction: column;
 margin-left: 5px;
 margin-right: 5px;
}
 .banner-1 {
 order:2;
}
 .banner-2 {
 order:1;
 min-width:200px;
 margin-bottom: 10px;
 margin-left: 0px;
}
 section.wrapper {
 margin-top:0px;
}
}

/*Navigation End*/
/*media querie*/


@media (max-width:650px) {
 .wrapper {
 display: grid;
 grid-gap: 5px;
 grid-template-columns:1fr 1fr;
 grid-template-rows: auto;
 object-fit: cover;
 margin-top: 5px;
}
 .wrapper img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
 .logo {
 display: none;
}
 img.logo-mobile {
 display:block;
 max-width: 250px;
 float: right;
 margin-right: 15px;
 margin-top: 8px;
}
 .dropdown-content .mobile-ul {
 display:none;
 height: 200px;
 grid-template-columns: 1fr 150px 1fr;
 grid-template-rows: 33px 33px 33px 33px 33px;
 margin-top: 8px;
 background-color: rgba(43,80,132,.2);
}
 body .inner-wrapper {
 max-width: 1225px;
 margin: auto;
 background-color: rgba(249,250,252,1.00);
 background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,1.00) 100%);
 background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,1.00) 100%);
 background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,1.00) 100%);
 background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0.00%, rgba(255,255,255,1.00) 100.00%);
}
 .menu-area {
 margin: 0;
}
 .dropdown-1 a {
 margin-top: -18px;
}
 .mobile-ul .mobile-li a {
 width: 150px;
 background-color:rgba(212,220,230,1.00);
}
 .mobile-li-1 {
 grid-column: 2/4;
 grid-row: 1/2
}
 .wrap-width {
 margin-top: 23px;
}
 .mobile-li-2 {
 grid-column: 2/4;
 grid-row: 2/3
}
 .mobile-li-3 {
 grid-column: 2/4;
 grid-row: 3/4
}
 .mobile-li-7 {
 grid-column: 2/4;
 grid-row: 4/5
}
 .mobile-li-8 {
 grid-column: 2/4;
 grid-row: 5/6
}
 .dropdown-mobile {
 position: relative;
 white-space:nowrap;
}
 .mobile-ul-2 {
 margin-left:-5px;
 margin-top: 0px
}
 ul.mobile-ul-3 {
 margin-left:-150px;
 margin-top:35px;
 width: 150px;
}
 button.btn:hover {
 color:rgba(249,132,60,1.00);
}
 button.btn {
 display: inline;
 margin-left: 10px;
 text-decoration: none;
 border:white;
 background-color:white;
 font-size: 26px;
 cursor: pointer;
 width: 25px;
}
 .mobile-ul-2 {
 z-index: 1;
}
 .mobile-ul.yay {
 display: grid
}
}
 @media (max-width:480px) {
 .column {
 margin-bottom: 15px;
}
 .wrapper {
 display: grid;
 grid-gap: 5px;
 grid-template-columns:1fr;
 grid-template-rows: auto;
 object-fit: cover;
 margin-top: 5px;
}
.wrapper img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
}
